ci: Use the right path for the logs
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 1 Mar 2018 10:23:14 +0000 (17:23 +0700)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 13 Mar 2018 16:00:55 +0000 (16:00 +0000)
The meson-logs directory is under the `_build` directory.

.gitlab-ci.yml

index d2469d1aaf4de8574b8987c7535049bcfe69b261..e23a161728a2a876cd13828415c4e4b00b678eef 100644 (file)
@@ -25,4 +25,4 @@ build:
     when: on_failure
     name: "gtk-${CI_COMMIT_REF_NAME}"
     paths:
-      - "${CI_PROJECT_DIR}/_build_full/meson-logs"
+      - "${CI_PROJECT_DIR}/_build/meson-logs"